Termination Proof Script

Consider the TRS R consisting of the rewrite rules
1:    f(g(x),x,y)  → f(y,y,g(y))
2:    g(g(x))  → g(x)
There are 2 dependency pairs:
3:    F(g(x),x,y)  → F(y,y,g(y))
4:    F(g(x),x,y)  → G(y)
The approximated dependency graph contains one SCC: {3}.
Tyrolean Termination Tool  (0.01 seconds)   ---  May 3, 2006